home *** CD-ROM | disk | FTP | other *** search
- object Testform: TTestform
- Left = 791
- Top = 359
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Test Archive'
- ClientHeight = 337
- ClientWidth = 417
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Topbevel: TBevel
- Left = 0
- Top = 65
- Width = 417
- Height = 8
- Align = alTop
- Shape = bsTopLine
- end
- object Statuslabel: TLabel
- Left = 8
- Top = 72
- Width = 33
- Height = 13
- Caption = 'Status:'
- end
- object Progresslabel: TLabel
- Left = 8
- Top = 256
- Width = 44
- Height = 13
- Caption = 'Progress:'
- end
- object Bottombevel: TBevel
- Left = 8
- Top = 296
- Width = 401
- Height = 9
- Shape = bsTopLine
- end
- object Toppanel: TPanel
- Left = 0
- Top = 0
- Width = 417
- Height = 65
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Captionlabel: TLabel
- Left = 8
- Top = 8
- Width = 73
- Height = 13
- Caption = 'Test Archive'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Infolabel: TLabel
- Left = 16
- Top = 24
- Width = 323
- Height = 26
- Caption =
- 'Please wait while TUGZip scans through the archive to make sure ' +
- 'it works properly.'
- WordWrap = True
- end
- object Image: TImage
- Left = 361
- Top = 8
- Width = 48
- Height = 48
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- end
- object Memo: TMemo
- Left = 8
- Top = 88
- Width = 401
- Height = 161
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object Progressbar: TProgressBar
- Left = 8
- Top = 272
- Width = 401
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 2
- end
- object Okbutton: TButton
- Left = 336
- Top = 304
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- Enabled = False
- TabOrder = 3
- OnClick = OkbuttonClick
- end
- end
-